home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / menuag.dir / 00045.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  159 b   |  9 lines

  1. on mouseUp
  2.   global agency_frameToGo
  3.   set the movieRate of sprite 2 to 0
  4.   updateStage()
  5.   set agency_frameToGo to "elite"
  6.   cleanUp()
  7.   go("AGENCY_TOW")
  8. end
  9.